1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmCatADD
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmCatADD))
27         Me.GroupBox2 = New System.Windows.Forms.GroupBox
28         Me.cmbGroup = New System.Windows.Forms.ComboBox
29         Me.Label11 = New System.Windows.Forms.Label
30         Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
31         Me.grpCat = New System.Windows.Forms.GroupBox
32         Me.cmdcancel = New System.Windows.Forms.Button
33         Me.cmdsave = New System.Windows.Forms.Button
34         Me.txtdesc = New System.Windows.Forms.TextBox
35         Me.Label3 = New System.Windows.Forms.Label
36         Me.txtname = New System.Windows.Forms.TextBox
37         Me.Label2 = New System.Windows.Forms.Label
38         Me.txtid = New System.Windows.Forms.TextBox
39         Me.GroupBox1 = New System.Windows.Forms.GroupBox
40         Me.cmdedit2 = New System.Windows.Forms.Button
41         Me.cmdadd2 = New System.Windows.Forms.Button
42         Me.lstitems = New System.Windows.Forms.ListView
43         Me.GroupBox3 = New System.Windows.Forms.GroupBox
44         Me.cmbCategory = New System.Windows.Forms.ComboBox
45         Me.Label12 = New System.Windows.Forms.Label
46         Me.cmdcancel2 = New System.Windows.Forms.Button
47         Me.cmdSave2 = New System.Windows.Forms.Button
48         Me.cmbUnit = New System.Windows.Forms.ComboBox
49         Me.Label9 = New System.Windows.Forms.Label
50         Me.txtItemprice = New System.Windows.Forms.TextBox
51         Me.Label8 = New System.Windows.Forms.Label
52         Me.txtItemreorder = New System.Windows.Forms.TextBox
53         Me.Label5 = New System.Windows.Forms.Label
54         Me.txtItemBarcode = New System.Windows.Forms.TextBox
55         Me.txtItemDesc = New System.Windows.Forms.TextBox
56         Me.Label4 = New System.Windows.Forms.Label
57         Me.Label6 = New System.Windows.Forms.Label
58         Me.txtItemName = New System.Windows.Forms.TextBox
59         Me.Label7 = New System.Windows.Forms.Label
60         Me.txtitemID = New System.Windows.Forms.TextBox
61         Me.Label1 = New System.Windows.Forms.Label
62         Me.Label10 = New System.Windows.Forms.Label
63         Me.GroupBox4 = New System.Windows.Forms.GroupBox
64         Me.cmdEdit = New System.Windows.Forms.Button
65         Me.cmdadd = New System.Windows.Forms.Button
66         Me.lstcat = New System.Windows.Forms.ListView
67         Me.cmdclose = New System.Windows.Forms.Button
68         Me.PictureBox1 = New System.Windows.Forms.PictureBox
69         Me.GroupBox2.SuspendLayout()
70         Me.grpCat.SuspendLayout()
71         Me.GroupBox1.SuspendLayout()
72         Me.GroupBox3.SuspendLayout()
73         Me.GroupBox4.SuspendLayout()
74         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
75         Me.SuspendLayout()
76         
'
77         
'GroupBox2
78         
'
79         Me.GroupBox2.Controls.Add(Me.cmbGroup)
80         Me.GroupBox2.Controls.Add(Me.Label11)
81         Me.GroupBox2.Location = New System.Drawing.Point(
6, 44)
82         Me.GroupBox2.Name =
"GroupBox2"
83         Me.GroupBox2.Size = New System.Drawing.Size(
311, 46)
84         Me.GroupBox2.TabIndex =
1
85         Me.GroupBox2.TabStop = False
86         
'
87         
'cmbGroup
88         
'
89         Me.cmbGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
90         Me.cmbGroup.FlatStyle = System.Windows.Forms.FlatStyle.System
91         Me.cmbGroup.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
92         Me.cmbGroup.FormattingEnabled = True
93         Me.cmbGroup.Location = New System.Drawing.Point(
71, 14)
94         Me.cmbGroup.Name =
"cmbGroup"
95         Me.cmbGroup.Size = New System.Drawing.Size(
233, 21)
96         Me.cmbGroup.TabIndex =
6
97         
'
98         
'Label11
99         
'
100         Me.Label11.AutoSize = True
101         Me.Label11.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
102         Me.Label11.Location = New System.Drawing.Point(
6, 17)
103         Me.Label11.Name =
"Label11"
104         Me.Label11.Size = New System.Drawing.Size(
63, 13)
105         Me.Label11.TabIndex =
5
106         Me.Label11.Text =
"By Brand :"
107         
'
108         
'ImageList1
109         
'
110         Me.ImageList1.ImageStream = CType(resources.GetObject(
"ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
111         Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
112         Me.ImageList1.Images.SetKeyName(
0, "clipboard_16.png")
113         Me.ImageList1.Images.SetKeyName(
1, "address_16.png")
114         
'
115         
'grpCat
116         
'
117         Me.grpCat.BackColor = System.Drawing.Color.Gainsboro
118         Me.grpCat.Controls.Add(Me.cmdcancel)
119         Me.grpCat.Controls.Add(Me.cmdsave)
120         Me.grpCat.Controls.Add(Me.txtdesc)
121         Me.grpCat.Controls.Add(Me.Label3)
122         Me.grpCat.Controls.Add(Me.txtname)
123         Me.grpCat.Controls.Add(Me.Label2)
124         Me.grpCat.Controls.Add(Me.txtid)
125         Me.grpCat.FlatStyle = System.Windows.Forms.FlatStyle.Popup
126         Me.grpCat.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
127         Me.grpCat.Location = New System.Drawing.Point(
125, 184)
128         Me.grpCat.Name =
"grpCat"
129         Me.grpCat.Size = New System.Drawing.Size(
332, 101)
130         Me.grpCat.TabIndex =
3
131         Me.grpCat.TabStop = False
132         Me.grpCat.Visible = False
133         
'
134         
'cmdcancel
135         
'
136         Me.cmdcancel.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
137         Me.cmdcancel.Location = New System.Drawing.Point(
76, 67)
138         Me.cmdcancel.Name =
"cmdcancel"
139         Me.cmdcancel.Size = New System.Drawing.Size(
57, 25)
140         Me.cmdcancel.TabIndex =
154
141         Me.cmdcancel.Text =
"&Cancel"
142         Me.cmdcancel.UseVisualStyleBackColor = True
143         
'
144         
'cmdsave
145         
'
146         Me.cmdsave.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
147         Me.cmdsave.Location = New System.Drawing.Point(
10, 67)
148         Me.cmdsave.Name =
"cmdsave"
149         Me.cmdsave.Size = New System.Drawing.Size(
60, 25)
150         Me.cmdsave.TabIndex =
153
151         Me.cmdsave.Text =
"&Save"
152         Me.cmdsave.UseVisualStyleBackColor = True
153         
'
154         
'txtdesc
155         
'
156         Me.txtdesc.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
157         Me.txtdesc.Location = New System.Drawing.Point(
121, 40)
158         Me.txtdesc.MaxLength =
50
159         Me.txtdesc.Name =
"txtdesc"
160         Me.txtdesc.Size = New System.Drawing.Size(
195, 21)
161         Me.txtdesc.TabIndex =
148
162         
'
163         
'Label3
164         
'
165         Me.Label3.AutoSize = True
166         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
167         Me.Label3.Location = New System.Drawing.Point(
5, 43)
168         Me.Label3.Name =
"Label3"
169         Me.Label3.Size = New System.Drawing.Size(
115, 13)
170         Me.Label3.TabIndex =
151
171         Me.Label3.Text =
"Category Description :"
172         
'
173         
'txtname
174         
'
175         Me.txtname.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
176         Me.txtname.Location = New System.Drawing.Point(
121, 18)
177         Me.txtname.MaxLength =
50
178         Me.txtname.Name =
"txtname"
179         Me.txtname.Size = New System.Drawing.Size(
195, 21)
180         Me.txtname.TabIndex =
147
181         
'
182         
'Label2
183         
'
184         Me.Label2.AutoSize = True
185         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
186         Me.Label2.Location = New System.Drawing.Point(
31, 25)
187         Me.Label2.Name =
"Label2"
188         Me.Label2.Size = New System.Drawing.Size(
89, 13)
189         Me.Label2.TabIndex =
150
190         Me.Label2.Text =
"Category Name :"
191         
'
192         
'txtid
193         
'
194         Me.txtid.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
195         Me.txtid.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
196         Me.txtid.Location = New System.Drawing.Point(
241, 70)
197         Me.txtid.Name =
"txtid"
198         Me.txtid.ReadOnly = True
199         Me.txtid.Size = New System.Drawing.Size(
75, 21)
200         Me.txtid.TabIndex =
152
201         Me.txtid.Visible = False
202         
'
203         
'GroupBox1
204         
'
205         Me.GroupBox1.Controls.Add(Me.cmdedit2)
206         Me.GroupBox1.Controls.Add(Me.cmdadd2)
207         Me.GroupBox1.Controls.Add(Me.lstitems)
208         Me.GroupBox1.Location = New System.Drawing.Point(
319, 265)
209         Me.GroupBox1.Name =
"GroupBox1"
210         Me.GroupBox1.Size = New System.Drawing.Size(
356, 242)
211         Me.GroupBox1.TabIndex =
4
212         Me.GroupBox1.TabStop = False
213         
'
214         
'cmdedit2
215         
'
216         Me.cmdedit2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
217         Me.cmdedit2.Location = New System.Drawing.Point(
81, 208)
218         Me.cmdedit2.Name =
"cmdedit2"
219         Me.cmdedit2.Size = New System.Drawing.Size(
65, 25)
220         Me.cmdedit2.TabIndex =
2
221         Me.cmdedit2.Text =
"Ed&it"
222         Me.cmdedit2.UseVisualStyleBackColor = True
223         
'
224         
'cmdadd2
225         
'
226         Me.cmdadd2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
227         Me.cmdadd2.Location = New System.Drawing.Point(
10, 208)
228         Me.cmdadd2.Name =
"cmdadd2"
229         Me.cmdadd2.Size = New System.Drawing.Size(
65, 25)
230         Me.cmdadd2.TabIndex =
1
231         Me.cmdadd2.Text =
"A&dd"
232         Me.cmdadd2.UseVisualStyleBackColor = True
233         
'
234         
'lstitems
235         
'
236         Me.lstitems.FullRowSelect = True
237         Me.lstitems.GridLines = True
238         Me.lstitems.Location = New System.Drawing.Point(
9, 12)
239         Me.lstitems.Name =
"lstitems"
240         Me.lstitems.Size = New System.Drawing.Size(
341, 190)
241         Me.lstitems.SmallImageList = Me.ImageList1
242         Me.lstitems.TabIndex =
0
243         Me.lstitems.UseCompatibleStateImageBehavior = False
244         Me.lstitems.View = System.Windows.Forms.View.Details
245         
'
246         
'GroupBox3
247         
'
248         Me.GroupBox3.Controls.Add(Me.cmbCategory)
249         Me.GroupBox3.Controls.Add(Me.Label12)
250         Me.GroupBox3.Controls.Add(Me.cmdcancel2)
251         Me.GroupBox3.Controls.Add(Me.cmdSave2)
252         Me.GroupBox3.Controls.Add(Me.cmbUnit)
253         Me.GroupBox3.Controls.Add(Me.Label9)
254         Me.GroupBox3.Controls.Add(Me.txtItemprice)
255         Me.GroupBox3.Controls.Add(Me.Label8)
256         Me.GroupBox3.Controls.Add(Me.txtItemreorder)
257         Me.GroupBox3.Controls.Add(Me.Label5)
258         Me.GroupBox3.Controls.Add(Me.txtItemBarcode)
259         Me.GroupBox3.Controls.Add(Me.txtItemDesc)
260         Me.GroupBox3.Controls.Add(Me.Label4)
261         Me.GroupBox3.Controls.Add(Me.Label6)
262         Me.GroupBox3.Controls.Add(Me.txtItemName)
263         Me.GroupBox3.Controls.Add(Me.Label7)
264         Me.GroupBox3.Controls.Add(Me.txtitemID)
265         Me.GroupBox3.Location = New System.Drawing.Point(
319, 44)
266         Me.GroupBox3.Name =
"GroupBox3"
267         Me.GroupBox3.Size = New System.Drawing.Size(
356, 222)
268         Me.GroupBox3.TabIndex =
5
269         Me.GroupBox3.TabStop = False
270         
'
271         
'cmbCategory
272         
'
273         Me.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
274         Me.cmbCategory.FormattingEnabled = True
275         Me.cmbCategory.Location = New System.Drawing.Point(
143, 82)
276         Me.cmbCategory.Name =
"cmbCategory"
277         Me.cmbCategory.Size = New System.Drawing.Size(
200, 21)
278         Me.cmbCategory.TabIndex =
108
279         
'
280         
'Label12
281         
'
282         Me.Label12.AutoSize = True
283         Me.Label12.Location = New System.Drawing.Point(
84, 85)
284         Me.Label12.Name =
"Label12"
285         Me.Label12.Size = New System.Drawing.Size(
59, 13)
286         Me.Label12.TabIndex =
120
287         Me.Label12.Text =
"Category :"
288         
'
289         
'cmdcancel2
290         
'
291         Me.cmdcancel2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
292         Me.cmdcancel2.Location = New System.Drawing.Point(
80, 184)
293         Me.cmdcancel2.Name =
"cmdcancel2"
294         Me.cmdcancel2.Size = New System.Drawing.Size(
65, 25)
295         Me.cmdcancel2.TabIndex =
119
296         Me.cmdcancel2.Text =
"Cancel"
297         Me.cmdcancel2.UseVisualStyleBackColor = True
298         
'
299         
'cmdSave2
300         
'
301         Me.cmdSave2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
302         Me.cmdSave2.Location = New System.Drawing.Point(
10, 184)
303         Me.cmdSave2.Name =
"cmdSave2"
304         Me.cmdSave2.Size = New System.Drawing.Size(
65, 25)
305         Me.cmdSave2.TabIndex =
118
306         Me.cmdSave2.Text =
"Save"
307         Me.cmdSave2.UseVisualStyleBackColor = True
308         
'
309         
'cmbUnit
310         
'
311         Me.cmbUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
312         Me.cmbUnit.FormattingEnabled = True
313         Me.cmbUnit.Location = New System.Drawing.Point(
143, 106)
314         Me.cmbUnit.Name =
"cmbUnit"
315         Me.cmbUnit.Size = New System.Drawing.Size(
137, 21)
316         Me.cmbUnit.TabIndex =
109
317         
'
318         
'Label9
319         
'
320         Me.Label9.AutoSize = True
321         Me.Label9.Location = New System.Drawing.Point(
63, 109)
322         Me.Label9.Name =
"Label9"
323         Me.Label9.Size = New System.Drawing.Size(
80, 13)
324         Me.Label9.TabIndex =
117
325         Me.Label9.Text =
"Item Measure :"
326         
'
327         
'txtItemprice
328         
'
329         Me.txtItemprice.Location = New System.Drawing.Point(
143, 130)
330         Me.txtItemprice.MaxLength =
50
331         Me.txtItemprice.Name =
"txtItemprice"
332         Me.txtItemprice.Size = New System.Drawing.Size(
84, 21)
333         Me.txtItemprice.TabIndex =
111
334         Me.txtItemprice.Text =
"1"
335         
'
336         
'Label8
337         
'
338         Me.Label8.AutoSize = True
339         Me.Label8.Location = New System.Drawing.Point(
106, 133)
340         Me.Label8.Name =
"Label8"
341         Me.Label8.Size = New System.Drawing.Size(
37, 13)
342         Me.Label8.TabIndex =
116
343         Me.Label8.Text =
"Price :"
344         
'
345         
'txtItemreorder
346         
'
347         Me.txtItemreorder.Location = New System.Drawing.Point(
144, 152)
348         Me.txtItemreorder.MaxLength =
50
349         Me.txtItemreorder.Name =
"txtItemreorder"
350         Me.txtItemreorder.Size = New System.Drawing.Size(
83, 21)
351         Me.txtItemreorder.TabIndex =
112
352         
'
353         
'Label5
354         
'
355         Me.Label5.AutoSize = True
356         Me.Label5.Location = New System.Drawing.Point(
63, 152)
357         Me.Label5.Name =
"Label5"
358         Me.Label5.Size = New System.Drawing.Size(
80, 13)
359         Me.Label5.TabIndex =
115
360         Me.Label5.Text =
"Reorder Point :"
361         
'
362         
'txtItemBarcode
363         
'
364         Me.txtItemBarcode.Location = New System.Drawing.Point(
143, 60)
365         Me.txtItemBarcode.MaxLength =
13
366         Me.txtItemBarcode.Name =
"txtItemBarcode"
367         Me.txtItemBarcode.Size = New System.Drawing.Size(
200, 21)
368         Me.txtItemBarcode.TabIndex =
107
369         
'
370         
'txtItemDesc
371         
'
372         Me.txtItemDesc.Location = New System.Drawing.Point(
143, 38)
373         Me.txtItemDesc.MaxLength =
50
374         Me.txtItemDesc.Name =
"txtItemDesc"
375         Me.txtItemDesc.Size = New System.Drawing.Size(
200, 21)
376         Me.txtItemDesc.TabIndex =
106
377         
'
378         
'Label4
379         
'
380         Me.Label4.AutoSize = True
381         Me.Label4.Location = New System.Drawing.Point(
65, 66)
382         Me.Label4.Name =
"Label4"
383         Me.Label4.Size = New System.Drawing.Size(
78, 13)
384         Me.Label4.TabIndex =
113
385         Me.Label4.Text =
"Item Barcode :"
386         
'
387         
'Label6
388         
'
389         Me.Label6.AutoSize = True
390         Me.Label6.Location = New System.Drawing.Point(
4, 45)
391         Me.Label6.Name =
"Label6"
392         Me.Label6.Size = New System.Drawing.Size(
139, 13)
393         Me.Label6.TabIndex =
110
394         Me.Label6.Text =
"Description / Item Number :"
395         
'
396         
'txtItemName
397         
'
398         Me.txtItemName.Location = New System.Drawing.Point(
142, 15)
399         Me.txtItemName.MaxLength =
50
400         Me.txtItemName.Name =
"txtItemName"
401         Me.txtItemName.Size = New System.Drawing.Size(
200, 21)
402         Me.txtItemName.TabIndex =
104
403         
'
404         
'Label7
405         
'
406         Me.Label7.AutoSize = True
407         Me.Label7.Location = New System.Drawing.Point(
78, 23)
408         Me.Label7.Name =
"Label7"
409         Me.Label7.Size = New System.Drawing.Size(
66, 13)
410         Me.Label7.TabIndex =
108
411         Me.Label7.Text =
"Item Name :"
412         
'
413         
'txtitemID
414         
'
415         Me.txtitemID.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
416         Me.txtitemID.Location = New System.Drawing.Point(
258, 165)
417         Me.txtitemID.Name =
"txtitemID"
418         Me.txtitemID.ReadOnly = True
419         Me.txtitemID.Size = New System.Drawing.Size(
92, 21)
420         Me.txtitemID.TabIndex =
114
421         Me.txtitemID.Visible = False
422         
'
423         
'Label1
424         
'
425         Me.Label1.AutoSize = True
426         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
427         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
428         Me.Label1.Location = New System.Drawing.Point(
56, 4)
429         Me.Label1.Name =
"Label1"
430         Me.Label1.Size = New System.Drawing.Size(
259, 19)
431         Me.Label1.TabIndex =
7
432         Me.Label1.Text =
"Category Listing / Item Listing"
433         
'
434         
'Label10
435         
'
436         Me.Label10.AutoSize = True
437         Me.Label10.Location = New System.Drawing.Point(
60, 28)
438         Me.Label10.Name =
"Label10"
439         Me.Label10.Size = New System.Drawing.Size(
168, 13)
440         Me.Label10.TabIndex =
8
441         Me.Label10.Text =
"Add new and modify current data"
442         
'
443         
'GroupBox4
444         
'
445         Me.GroupBox4.Controls.Add(Me.cmdEdit)
446         Me.GroupBox4.Controls.Add(Me.cmdadd)
447         Me.GroupBox4.Controls.Add(Me.lstcat)
448         Me.GroupBox4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
449         Me.GroupBox4.Location = New System.Drawing.Point(
6, 91)
450         Me.GroupBox4.Name =
"GroupBox4"
451         Me.GroupBox4.Size = New System.Drawing.Size(
311, 416)
452         Me.GroupBox4.TabIndex =
9
453         Me.GroupBox4.TabStop = False
454         Me.GroupBox4.Text =
"Category Details"
455         
'
456         
'cmdEdit
457         
'
458         Me.cmdEdit.Location = New System.Drawing.Point(
78, 382)
459         Me.cmdEdit.Name =
"cmdEdit"
460         Me.cmdEdit.Size = New System.Drawing.Size(
65, 25)
461         Me.cmdEdit.TabIndex =
8
462         Me.cmdEdit.Text =
"&Edit"
463         Me.cmdEdit.UseVisualStyleBackColor = True
464         
'
465         
'cmdadd
466         
'
467         Me.cmdadd.Location = New System.Drawing.Point(
9, 382)
468         Me.cmdadd.Name =
"cmdadd"
469         Me.cmdadd.Size = New System.Drawing.Size(
65, 25)
470         Me.cmdadd.TabIndex =
6
471         Me.cmdadd.Text =
"&Add"
472         Me.cmdadd.UseVisualStyleBackColor = True
473         
'
474         
'lstcat
475         
'
476         Me.lstcat.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
477         Me.lstcat.FullRowSelect = True
478         Me.lstcat.GridLines = True
479         Me.lstcat.Location = New System.Drawing.Point(
6, 16)
480         Me.lstcat.Name =
"lstcat"
481         Me.lstcat.Size = New System.Drawing.Size(
299, 360)
482         Me.lstcat.SmallImageList = Me.ImageList1
483         Me.lstcat.TabIndex =
5
484         Me.lstcat.UseCompatibleStateImageBehavior = False
485         Me.lstcat.View = System.Windows.Forms.View.Details
486         
'
487         
'cmdclose
488         
'
489         Me.cmdclose.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
490         Me.cmdclose.Location = New System.Drawing.Point(
587, 513)
491         Me.cmdclose.Name =
"cmdclose"
492         Me.cmdclose.Size = New System.Drawing.Size(
65, 27)
493         Me.cmdclose.TabIndex =
7
494         Me.cmdclose.Text =
"&Close"
495         Me.cmdclose.UseVisualStyleBackColor = True
496         
'
497         
'PictureBox1
498         
'
499         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
500         Me.PictureBox1.Location = New System.Drawing.Point(
6, 0)
501         Me.PictureBox1.Name =
"PictureBox1"
502         Me.PictureBox1.Size = New System.Drawing.Size(
50, 50)
503         Me.PictureBox1.TabIndex =
6
504         Me.PictureBox1.TabStop = False
505         
'
506         
'FrmCatADD
507         
'
508         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
509         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
510         Me.BackColor = System.Drawing.Color.WhiteSmoke
511         Me.ClientSize = New System.Drawing.Size(
687, 545)
512         Me.Controls.Add(Me.cmdclose)
513         Me.Controls.Add(Me.grpCat)
514         Me.Controls.Add(Me.GroupBox4)
515         Me.Controls.Add(Me.Label10)
516         Me.Controls.Add(Me.Label1)
517         Me.Controls.Add(Me.PictureBox1)
518         Me.Controls.Add(Me.GroupBox1)
519         Me.Controls.Add(Me.GroupBox2)
520         Me.Controls.Add(Me.GroupBox3)
521         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
522         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
523         Me.MaximizeBox = False
524         Me.MinimizeBox = False
525         Me.Name =
"FrmCatADD"
526         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
527         Me.Text =
"Category"
528         Me.GroupBox2.ResumeLayout(False)
529         Me.GroupBox2.PerformLayout()
530         Me.grpCat.ResumeLayout(False)
531         Me.grpCat.PerformLayout()
532         Me.GroupBox1.ResumeLayout(False)
533         Me.GroupBox3.ResumeLayout(False)
534         Me.GroupBox3.PerformLayout()
535         Me.GroupBox4.ResumeLayout(False)
536         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
537         Me.ResumeLayout(False)
538         Me.PerformLayout()
539
540     End Sub
541     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
542     Friend WithEvents grpCat As System.Windows.Forms.GroupBox
543     Friend WithEvents cmdcancel As System.Windows.Forms.Button
544     Friend WithEvents cmdsave As System.Windows.Forms.Button
545     Friend WithEvents txtdesc As System.Windows.Forms.TextBox
546     Friend WithEvents Label3 As System.Windows.Forms.Label
547     Friend WithEvents txtname As System.Windows.Forms.TextBox
548     Friend WithEvents Label2 As System.Windows.Forms.Label
549     Friend WithEvents txtid As System.Windows.Forms.TextBox
550     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
551     Friend WithEvents lstitems As System.Windows.Forms.ListView
552     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
553     Friend WithEvents cmbUnit As System.Windows.Forms.ComboBox
554     Friend WithEvents Label9 As System.Windows.Forms.Label
555     Friend WithEvents txtItemprice As System.Windows.Forms.TextBox
556     Friend WithEvents Label8 As System.Windows.Forms.Label
557     Friend WithEvents txtItemreorder As System.Windows.Forms.TextBox
558     Friend WithEvents Label5 As System.Windows.Forms.Label
559     Friend WithEvents txtItemBarcode As System.Windows.Forms.TextBox
560     Friend WithEvents txtItemDesc As System.Windows.Forms.TextBox
561     Friend WithEvents Label4 As System.Windows.Forms.Label
562     Friend WithEvents Label6 As System.Windows.Forms.Label
563     Friend WithEvents txtItemName As System.Windows.Forms.TextBox
564     Friend WithEvents Label7 As System.Windows.Forms.Label
565     Friend WithEvents txtitemID As System.Windows.Forms.TextBox
566     Friend WithEvents cmdedit2 As System.Windows.Forms.Button
567     Friend WithEvents cmdadd2 As System.Windows.Forms.Button
568     Friend WithEvents cmdSave2 As System.Windows.Forms.Button
569     Friend WithEvents cmdcancel2 As System.Windows.Forms.Button
570     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
571     Friend WithEvents Label1 As System.Windows.Forms.Label
572     Friend WithEvents Label10 As System.Windows.Forms.Label
573     Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
574     Friend WithEvents cmbGroup As System.Windows.Forms.ComboBox
575     Friend WithEvents Label11 As System.Windows.Forms.Label
576     Friend WithEvents cmbCategory As System.Windows.Forms.ComboBox
577     Friend WithEvents Label12 As System.Windows.Forms.Label
578     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
579     Friend WithEvents cmdclose As System.Windows.Forms.Button
580     Friend WithEvents cmdEdit As System.Windows.Forms.Button
581     Friend WithEvents cmdadd As System.Windows.Forms.Button
582     Friend WithEvents lstcat As System.Windows.Forms.ListView
583 End Class


Gõ tìm kiếm nhanh...